github.com/klauspost/compress/flate.tokens.litHist (field)
18 uses
github.com/klauspost/compress/flate (current package)
huffman_bit_writer.go#L181: a = t.litHist[:256]
huffman_bit_writer.go#L789: *(*[256]uint16)(w.literalFreq[:]) = t.litHist
level1.go#L163: dst.litHist[v]++
level2.go#L143: dst.litHist[v]++
level3.go#L152: dst.litHist[v]++
level4.go#L144: dst.litHist[v]++
level5.go#L226: dst.litHist[v]++
level5.go#L538: dst.litHist[v]++
level6.go#L261: dst.litHist[v]++
stateless.go#L270: dst.litHist[v]++
token.go#L133: litHist [256]uint16 // codes 0->255
token.go#L145: for i := range t.litHist[:] {
token.go#L146: t.litHist[i] = 0
token.go#L160: for i, v := range t.litHist[:] {
token.go#L162: t.litHist[i] = 1
token.go#L200: dst.litHist[v]++
token.go#L207: t.litHist[lit]++
token.go#L232: for _, v := range t.litHist[:] {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |